Companion

object Companion

Functions

invoke
Link copied to clipboard
common
inline operator fun <T> invoke(callable: () -> T): Try<T>
Creates a new Try based on the result of the callable.